const crypto/tls.recordTypeApplicationData
8 uses
crypto/tls (current package)
common.go#L79: recordTypeApplicationData recordType = 23
conn.go#L412: if typ != recordTypeApplicationData {
conn.go#L526: record[0] = byte(recordTypeApplicationData)
conn.go#L698: if c.in.cipher == nil && typ == recordTypeApplicationData {
conn.go#L762: case recordTypeApplicationData:
conn.go#L896: if c.config.DynamicRecordSizingDisabled || typ != recordTypeApplicationData {
conn.go#L1240: n, err := c.writeRecordLocked(recordTypeApplicationData, b[:1])
conn.go#L1248: n, err := c.writeRecordLocked(recordTypeApplicationData, b)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |